home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.1 / SecureMail.exe / 0 / RCDATA / TTABSFRM / TTABSFRM.txt
Text File  |  1998-11-20  |  3KB  |  101 lines

  1. object TabsFrm: TTabsFrm
  2.   Left = 245
  3.   Top = 170
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Tabs'
  7.   ClientHeight = 159
  8.   ClientWidth = 232
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 137
  22.     Height = 145
  23.     Caption = 'Tab Stop Positions'
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     object ListBox1: TListBox
  31.       Left = 8
  32.       Top = 40
  33.       Width = 121
  34.       Height = 97
  35.       ItemHeight = 13
  36.       TabOrder = 0
  37.     end
  38.     object MaskEdit1: TEdit
  39.       Left = 8
  40.       Top = 16
  41.       Width = 121
  42.       Height = 21
  43.       Hint = 'Enter Position In Pixils'
  44.       TabOrder = 1
  45.       OnKeyPress = MaskEdit1KeyPress
  46.     end
  47.   end
  48.   object OKBut: TBitBtn
  49.     Left = 152
  50.     Top = 16
  51.     Width = 75
  52.     Height = 25
  53.     Caption = '&OK'
  54.     Enabled = False
  55.     TabOrder = 1
  56.     Kind = bkOK
  57.   end
  58.   object ClearBut: TBitBtn
  59.     Left = 152
  60.     Top = 80
  61.     Width = 75
  62.     Height = 25
  63.     Hint = 'Clear All Tab Stops'
  64.     Caption = 'Clear &All'
  65.     Enabled = False
  66.     TabOrder = 2
  67.     OnClick = ClearButClick
  68.     Glyph.Data = {
  69.       78010000424D7801000000000000760000002800000020000000100000000100
  70.       04000000000000000000120B0000120B00000000000000000000000000000000
  71.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  72.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  73.       555557777F777555F55500000000555055557777777755F75555005500055055
  74.       555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  75.       5555577FF77577FF555555005050110555555577F757777FF555555505099910
  76.       555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  77.       3055577F75F77777575F55005055090B030555775755777575755555555550B0
  78.       B03055555F555757575755550555550B0B335555755555757555555555555550
  79.       BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  80.       50BB555555555555575F555555555555550B55555555555555750000}
  81.     NumGlyphs = 2
  82.   end
  83.   object BitBtn1: TBitBtn
  84.     Left = 152
  85.     Top = 48
  86.     Width = 75
  87.     Height = 25
  88.     TabOrder = 3
  89.     Kind = bkClose
  90.   end
  91.   object BitBtn2: TBitBtn
  92.     Left = 152
  93.     Top = 120
  94.     Width = 75
  95.     Height = 25
  96.     HelpContext = 55
  97.     TabOrder = 4
  98.     Kind = bkHelp
  99.   end
  100. end
  101.